home *** CD-ROM | disk | FTP | other *** search
- -- background: 11227 from stack: in
- -- bmap block id: 20814
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=216 top=292 right=317 bottom=243
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to previous card
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=270 top=292 right=317 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=464 top=292 right=320 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 21 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=273 top=37 right=291 bottom=490
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- put the optionkey into keystate
- if the selection is empty then
- set lockText of the target to false
- repeat two times
- click at the clickLoc
- end repeat
- put the selection into holder
- put holder into it
- set locktext of target to true
- domenu "message"
- type "find chars"&"e&holder"e
-
- end if
- end mouseup
-
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=422 top=293 right=318 bottom=460
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: View
- ----- HyperTalk script -----
- on mouseUp
- show all cards
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=318 top=295 right=314 bottom=396
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find String
- ----- HyperTalk script -----
- on mouseUp
- hide message box
- ask "Please type in characters to search for:"
- put it into holder
- domenu "message"
- type "find chars"&"e&holder"e&return
- end mouseUp
-
-
-
- -- part 27 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=27 top=73 right=281 bottom=236
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=17 top=269 right=317 bottom=77
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Instructions
- ----- HyperTalk script -----
- on mouseUp
- go to card id 36420
- end mouseUp
-
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=84 top=292 right=315 bottom=206
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Table of Contents
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open
- go to card id 7800
- end mouseUp
-
-